home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr50 / qbser310.zip / READ.ME < prev    next >
Text File  |  1993-06-11  |  1KB  |  20 lines

  1.           06/12/93  3.10 This version is a bug fix version. Several minor
  2.                          errors and omissions have been reported by users,
  3.                          and these have been corrected in this version. These
  4.                          include:
  5.                          - Modified the QBSERIAL.DEC file to allow Qbserial
  6.                          to work with Visual Basic for DOS. This is because
  7.                          of an unknown, undocumented change in the way
  8.                          DECLARE works in Visual Basic for DOS.
  9.                          - ClearInputBuffer did not work in FOSSIL mode.
  10.                          - Modified OpenComm to reset flow control flags,
  11.                          buffer pointers, etc. It was found that if a port
  12.                          was opened, used, closed, then opened again without
  13.                          program termination or chain from program to
  14.                          program, that the Flow Control mode would be wrong
  15.                          or inoperative. The input buffer also was not
  16.                          flushed when a port was opened. This was because
  17.                          initialization to these flags and pointers was only
  18.                          being done when the EXE was loaded, not during
  19.                          OpenComm. These are done within OpenComm.
  20.